home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / kbd / utf / README < prev    next >
Encoding:
Text File  |  2008-03-13  |  877 b   |  23 lines

  1. The file with a strange name in this directory is no mistake.
  2. It shows that Linux handles filenames in Unicode (UTF-8)
  3. without ever realizing that they are in Unicode.
  4. [However, some old tar's are unhappy with this filename.]
  5.  
  6. If you want to see it (the filename consists of two musical notes):
  7. % setfont        # load PC font, just to be sure
  8. % setfont -u def.uni    # load Unicode mapping table
  9. % echo -e '\033%8'    # set Unicode output mode
  10. % ls -N            # show filenames (raw)
  11. % echo -e '\033%@'    # set Latin1 output mode again.
  12.  
  13. If you want to remove it:
  14. % rm ./??????
  15.  
  16. If you want to input Unicode:
  17. % kbd_mode -u        # Be careful! Do this only with a kbd_mode
  18.             # from kbd-0.88.tar.gz or later!
  19. and next tell loadkeys what key combinations correspond to which
  20. Unicode values. (See also the contents of that musical file.)
  21.  
  22. See also the scripts unicode_start and unicode_stop in ../../src.
  23.